home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMSPLITCELLS / TFRMSPLITCELLS.txt
Text File  |  2006-04-19  |  2KB  |  105 lines

  1. object frmSplitCells: TfrmSplitCells
  2.   Left = 540
  3.   Top = 190
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 121
  6.   ClientWidth = 212
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblColumns: TLabel
  19.     Left = 4
  20.     Top = 12
  21.     Width = 3
  22.     Height = 13
  23.   end
  24.   object lblRows: TLabel
  25.     Left = 4
  26.     Top = 41
  27.     Width = 3
  28.     Height = 13
  29.   end
  30.   object chkboxMerge: TCheckBox
  31.     Left = 4
  32.     Top = 69
  33.     Width = 205
  34.     Height = 14
  35.     Checked = True
  36.     State = cbChecked
  37.     TabOrder = 4
  38.     OnClick = chkboxMergeClick
  39.   end
  40.   object btnOk: TButton
  41.     Left = 57
  42.     Top = 93
  43.     Width = 72
  44.     Height = 22
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 5
  48.   end
  49.   object btnCancel: TButton
  50.     Left = 136
  51.     Top = 93
  52.     Width = 72
  53.     Height = 22
  54.     Cancel = True
  55.     ModalResult = 2
  56.     TabOrder = 6
  57.   end
  58.   object spinColumns: TEdit
  59.     Left = 123
  60.     Top = 8
  61.     Width = 37
  62.     Height = 21
  63.     HelpContext = 856
  64.     MaxLength = 2
  65.     TabOrder = 0
  66.     Text = '1'
  67.   end
  68.   object UpspinColumns: TUpDown
  69.     Left = 160
  70.     Top = 8
  71.     Width = 15
  72.     Height = 21
  73.     HelpContext = 856
  74.     Associate = spinColumns
  75.     Min = 1
  76.     Max = 32
  77.     Position = 1
  78.     TabOrder = 1
  79.     Wrap = False
  80.   end
  81.   object spinRows: TEdit
  82.     Left = 123
  83.     Top = 37
  84.     Width = 38
  85.     Height = 21
  86.     HelpContext = 859
  87.     MaxLength = 2
  88.     TabOrder = 2
  89.     Text = '1'
  90.   end
  91.   object UpspinRows: TUpDown
  92.     Left = 160
  93.     Top = 37
  94.     Width = 15
  95.     Height = 21
  96.     HelpContext = 859
  97.     Associate = spinRows
  98.     Min = 1
  99.     Max = 32
  100.     Position = 1
  101.     TabOrder = 3
  102.     Wrap = False
  103.   end
  104. end
  105.